home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness:…ecision-Making Strategies / Workplace Effectiveness: Decision-Making Strategies.iso / pc / Files / View.dxr / 00004_click on DECIDE.ls < prev    next >
Encoding:
Text File  |  1998-12-16  |  232 b   |  8 lines

  1. on mouseDown me
  2.   if the loc of sprite the spriteNum of me = point(346, 323) then
  3.     set the loc of sprite the spriteNum of me to point(347, 616)
  4.   else
  5.     set the loc of sprite the spriteNum of me to point(346, 323)
  6.   end if
  7. end
  8.